home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / MINIMAL._Q_ < prev    next >
Text File  |  1995-11-17  |  214b  |  10 lines

  1. #
  2. # Microsoft Quick C makefile for MINIMAL ( small model )
  3. #
  4. .c.obj:
  5.      qcl /AS /c $*.c
  6.  
  7. minimal.obj: minimal.c pcl4c.h
  8.  
  9. minimal.exe: minimal.obj pcl4c_s.lib
  10.      link/map minimal,minimal,,pcl4c_s.lib;